home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- if(_root.even4 == 1)
- {
- _root.nogo.exit2._x = _root.lvl.hewitt._x;
- _root.nogo.exit2._y = _root.lvl.hewitt._y;
- }
- else
- {
- _root.txt_time = 100;
- _root.txt = "This seems to be an emergency exit and if I open it with the alarm on, I\'ll get in serious trouble.";
- }
- }
- if(_root.micon._currentframe == 2)
- {
- if(_root.even4 == 1)
- {
- _root.txt_time = 75;
- _root.txt = "Haha theres no stopping me! With the alarm broken I\'m free to walk through.";
- }
- else
- {
- _root.txt_time = 100;
- _root.txt = "This seems to be an emergency exit and if I open it with the alarm on, I\'ll get in serious trouble.";
- }
- }
- }
- }
-